Vcenter Storage Policies Summary
The Vcenter Storage Policies Summary schema contains commonly used information about a storage policy.
This schema was added in vSphere API 6.7.
{
"policy": "string",
"name": "string",
"description": "string"
}
Identifier of the storage policy.
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy
.
Name of the storage policy.
This property was added in vSphere API 6.7.
Description of the storage policy.
This property was added in vSphere API 6.7.